LinqConnect Documentation
Devart.Data.Linq Namespace / Table<TEntity> Class
Members

Table<TEntity> Class
Represents a table for a particular type in the underlying database.
Syntax
Type Parameters
TEntity
Remarks
This class enables querying over the table, adding objects, removing objects, or attaching objects. Access is only possible through the underlying DataContext by way of the GetTable method or a strongly typed property for the strongly typed DataContext case.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also